Build Instructions
==================

Build Tesseract.framework first, then build OCRTestApp second.

You can build with support for other languages by adding files to the OCRTestApp project. Default is currently english only


Please ensure that you follow any licensing requirements if you use this library.


If you have comments about the this software you can send email to opensource@malcolmhardie.com



Note that this build has been modified in various places to remove Tesseract UI specific things 
that aren't supported yet. These generally consist of blocks of code which are defined out using
GRAPHICS_DISABLED.


Ideally of course this build will eventually get a cocoa
layer to support ScrollView and actually be able to display the notices properly. 
If I get more time I may be able to get around to this, but if you can get this done first 
please do, it will be a noticable improvement.